home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wdj0797.zip / ZOLMAN.ZIP / TOPFRAME.H < prev    next >
C/C++ Source or Header  |  1996-11-18  |  778b  |  36 lines

  1. // TopFrame.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CTopFrame frame
  6.  
  7. class CTopFrame : public CFrameWnd
  8. {
  9.     DECLARE_DYNCREATE(CTopFrame)
  10. protected:
  11.     CTopFrame();           // protected constructor used by dynamic creation
  12.  
  13. // Attributes
  14. public:
  15.  
  16. // Operations
  17. public:
  18.  
  19. // Overrides
  20.     // ClassWizard generated virtual function overrides
  21.     //{{AFX_VIRTUAL(CTopFrame)
  22.     //}}AFX_VIRTUAL
  23.  
  24. // Implementation
  25. protected:
  26.     virtual ~CTopFrame();
  27.  
  28.     // Generated message map functions
  29.     //{{AFX_MSG(CTopFrame)
  30.         // NOTE - the ClassWizard will add and remove member functions here.
  31.     //}}AFX_MSG
  32.     DECLARE_MESSAGE_MAP()
  33. };
  34.  
  35. /////////////////////////////////////////////////////////////////////////////
  36.